home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Multiple_NIBs / TESTObject.m < prev   
Text File  |  1995-06-12  |  166b  |  17 lines

  1.  
  2. #import "TESTObject.h"
  3.  
  4. @implementation TESTObject
  5.  
  6. - NEW:sender
  7. {
  8.  
  9.    [NXApp loadNibSection:"PANEL.nib" owner:self];  //load puzzle nib
  10.  
  11.  
  12.    return self;
  13. }
  14.  
  15.  
  16. @end
  17.